home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / bin / ps2pdf < prev    next >
Encoding:
Text File  |  2006-11-28  |  209 b   |  8 lines

  1. #!/bin/sh
  2. # $Id: ps2pdf 6300 2005-12-28 19:56:24Z giles $
  3. # Convert PostScript to PDF.
  4.  
  5. # Currently, we produce PDF 1.4 by default, but this is not guaranteed
  6. # not to change in the future.
  7. exec ps2pdf14 "$@"
  8.